object dlgInputText: TdlgInputText Left = 306 Top = 270 BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 92 ClientWidth = 305 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object lblLabel: TLabel Left = 8 Top = 12 Width = 25 Height = 13 Caption = 'Label' end object edText: TEdit Left = 8 Top = 28 Width = 289 Height = 21 TabOrder = 0 OnChange = edTextChange end object btnOk: TButton Left = 140 Top = 60 Width = 75 Height = 25 Caption = '&Ok' Default = True Enabled = False ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 224 Top = 60 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end